home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / netclb23.zip / HISTORY.TXT < prev    next >
Text File  |  1994-05-20  |  6KB  |  168 lines

  1.                            Change History
  2.                            ──────────────
  3.  
  4.     Release 2.3
  5.  
  6.            ■ New functions
  7.                  "EncryptPassword"               - File Server Services
  8.                  "GetNetworkSerialNumber"        - File Server Services
  9.                  "LoginObjectEncrypted"          - Connection Services
  10.                  "VerifyObjectPasswordEncrypted" - Connection Services
  11.  
  12.            ■ Documentation for "ScanBinderyObject" has been amended.
  13.  
  14.            ■ Corrected problem in IPXGetLocalTarget.
  15.  
  16. ──────────────────────────────────────────────────────────────────────────────
  17.  
  18.     Release 2.2
  19.  
  20.            ■ GetConnectionInformation has been changed to cater for Netware
  21.              3.11.
  22.  
  23.            ■ The structure CONNECTION_ID_TABLE has changed to cater for
  24.              connection numbers greater than 255.
  25.  
  26.            ■ The compilation under Borland C++ is now performed with the /P
  27.              option, this forces a C++ compilation.
  28.  
  29. ──────────────────────────────────────────────────────────────────────────────
  30.  
  31.     Release 2.1
  32.  
  33.            ■  All  functions no longer return 0xbb (NO_NETWARE_SHELL) if there
  34.              is no Netware shell loaded  in  the calling workstation.  This is
  35.              because of problems on an Advanced Netware 2.00 system.  In order
  36.              to detect the  presence/absence  of  the  shell  a  new  function
  37.              "IsShellLoaded"  has  been  supplied.   This  returns zero if the
  38.              shell is loaded or 0xbb if not.
  39.  
  40. ──────────────────────────────────────────────────────────────────────────────
  41.  
  42.     Release 2.0
  43.  
  44.            ■ Only provide small model libraries, other models are now supplied
  45.              with registration.
  46.  
  47.            ■ Some routines changed internally to cater for Netware 3.11.
  48.  
  49.            ■ New Functions:
  50.  
  51.                  Communication Services:
  52.  
  53.                       IPXCancelEvent            IPXCloseSocket
  54.                       IPXDisconnectFromTarget   IPXGetInternetworkAddress
  55.                       IPXGetIntervalMarker      IPXGetLocalTarget
  56.                       IPXInitialise             IPXListenForPacket
  57.                       IPXOpenSocket             IPXRelinquishControl
  58.                       IPXScheduleIPXEvent       IPXSendPacket
  59.  
  60.                       SPXAbortConnection        SPXEstablishConnection
  61.                       SPXGetConnectionStatus    SPXInitialise
  62.                       SPXListenForConnection    SPXListenForSequencedPacket
  63.                       SPXSendSequencedPacket    SPXTerminateConnection
  64.  
  65.                  Directory Services:
  66.  
  67.                       DeleteFakeRoot            MapFakeRoot
  68.                       ScanDirectoryForTrustees  ScanDirectoryInformation
  69.  
  70.                  Synchronisation Services:
  71.  
  72.                       CloseSemaphore            SignalSemaphore
  73.                       ExamineSemaphore          WaitOnSemaphore
  74.                       OpenSemaphore
  75.  
  76.                  File Server Environment Services:
  77.  
  78.                       GetSemaphoreInformation
  79.  
  80.                  Workstation Services:
  81.  
  82.                       GetConnectionIDTable
  83.  
  84.            ■ Changed Functions:
  85.  
  86.                  Communication Services:
  87.  
  88.                       Template change: GetInternetAddress
  89.                                        GetStationAddress
  90.  
  91.                  File Server Environment Services:
  92.  
  93.                       Template change: GetConnectionsOpenFiles
  94.                                        GetPathFromDirectoryEntry
  95.  
  96.                  Workstation Services:
  97.  
  98.                       Renamed GetConnectionID to GetServerConnectionID
  99.  
  100.                  Directory Services:
  101.  
  102.                       Template change: GetVolumeInfoWithHandle
  103.                                        GetVolumeInfoWithNumber
  104.  
  105. ──────────────────────────────────────────────────────────────────────────────
  106.  
  107.     Release 1.7
  108.  
  109.            ■ Added library for Borland C++.
  110.  
  111. ──────────────────────────────────────────────────────────────────────────────
  112.  
  113.     Release 1.6
  114.  
  115.            ■  All  functions   that   return   a   value   now   return   0xbb
  116.              (NO_NETWARE_SHELL)  if  there  is  no Netware shell loaded in the
  117.              calling workstation.
  118.  
  119.            ■ Documentation corrections:
  120.  
  121.                       GetDirectoryHandle        GetBroadcastMode
  122.                       SetBroadcastMode          GetFileServerLoginStatus
  123.  
  124.            ■ Bugs Cleared:
  125.  
  126.                       LogNetworkMessage   - Inserted spurious newline
  127.                                             characters in the middle of the
  128.                                             message.
  129.                       GetCurrentDirectory - Drive number handled incorrectly.
  130.  
  131. ──────────────────────────────────────────────────────────────────────────────
  132.  
  133.     Release 1.5
  134.  
  135.            ■ Removed ".exe" form of examples to cut down archive size.
  136.  
  137.            ■ Changed function call for GetPrinterStatus.
  138.  
  139.            ■ Added library for Borland Turbo C.
  140.  
  141.            ■ New Functions:
  142.  
  143.                  File Server Environment Services:
  144.  
  145.                       GetFileServerLoginStatus  GetConnectionsUsageStatistics
  146.                       SendConsoleBroadcast
  147.  
  148.                  Directory Services:
  149.  
  150.                       SetDirectoryHandle
  151.  
  152.                  File Services:
  153.  
  154.                       ScanFileInformation
  155.  
  156.                  Message Services:
  157.  
  158.                       CheckPipeStatus           SendBroadcastMessage
  159.                       SendPersonalMessage       OpenMessagePipe
  160.                       CloseMessagePipe          GetPersonalMessage
  161.  
  162. ──────────────────────────────────────────────────────────────────────────────
  163.  
  164.     Release 1.0
  165.  
  166.            ■ This was the first release.
  167.  
  168.